home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 May / cd joystick no104 mai 1999.iso / Data / patches / rs2-106v.exe / NetRace.txt < prev    next >
Text File  |  1999-03-05  |  997b  |  27 lines

  1. ;;; ------ NetRace.ini sample file ------
  2.  
  3. [WEATHER]
  4. ;;; Under this section you can fix the humidity percentage for rainy and
  5. ;;; overcast weather modes. Theses two variables are optionnal, you can
  6. ;;; delete (or comment) one or both to let the game decide the percentage.
  7. ;;; Values ranges : RainyIndice    50-100
  8. ;;;                 OvercastIndice  0-20
  9. RainyIndice=99
  10. ;OvercastIndice=0
  11.  
  12. [STARTING GRID]
  13. ;;; Under this section you can fix starting grid.
  14. ;;; Just list the player names in the right order. If one of the player
  15. ;;; listed is not present, the next one will take his position, and so on.
  16. ;;; You can list up to 20 players here (even if a multiplayer session can
  17. ;;; only handle 8 of them)
  18. SCHUM
  19. FASTTRACK
  20. VLAD
  21.  
  22. [NETWORK]
  23. ;;; NetGhostMode key (values 1 or 0) : switch on/off the ghost car collision mode.
  24. ;;; This mode only works when car collision option is active. In this mode network
  25. ;;; cars are changed into ghost when lag is too high.
  26. NetGhostMode=1
  27.